rsc.io/qr/gf256.Field.exp (field)

10 uses

	rsc.io/qr/gf256 (current package)
		gf256.go#L13: 	exp [510]byte
		gf256.go#L33: 		f.exp[i] = byte(x)
		gf256.go#L34: 		f.exp[i+255] = byte(x)
		gf256.go#L40: 		if f.log[f.exp[i]] != byte(i) {
		gf256.go#L43: 		if f.log[f.exp[i+255]] != byte(i) {
		gf256.go#L48: 		if f.exp[f.log[i]] != byte(i) {
		gf256.go#L118: 	return f.exp[e%255]
		gf256.go#L136: 	return f.exp[255-f.log[x]]
		gf256.go#L144: 	return f.exp[int(f.log[x])+int(f.log[y])]
		gf256.go#L232: 		exp := f.exp[f.log[c]:]